home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / fdct113b.arc / MANUALI.TXT < prev   
Text File  |  1990-11-24  |  26KB  |  693 lines

  1.  
  2.  
  3.  
  4.                              FDcst version 1.13
  5.                              ------------------
  6.               
  7.                   Program developed under Turbo Pascal v5.5
  8.               
  9.               This software is CopyRight 1990 by Santiago Crespo
  10.                         2:341/14.102 in FidoNet Europe
  11.               
  12.               
  13.               
  14.               Special Thanks to:
  15.               
  16.                - My beta test team: (in alphabetical order)
  17.               
  18.                    David Fernández     2:341/14.3
  19.                    Eelco De Graf       2:281/1
  20.                    Francis De.La.LLera 2:346/4.2
  21.                    Jan Vroonhof        2:281/1.1
  22.                    Nicolas Knapp       2:341/10
  23.                    Orlando Castillo    2:346/4                                                                                                                                     Oskar Azanza        2:344/3
  24.                    Peter Janssens      2:512/1
  25.  
  26.               
  27.                 -  Joaquim Homrighausen,  FrontDoor's author, who
  28.          gently,   helped  me  technically   on  certain  FDcst's
  29.          development moments... (well, you know..). Also (for the
  30.          same reason),  thanks to  Gerard Van  Der Land  from the
  31.          Netherlands..
  32.               
  33.                 -  Nicolas Knapp  for many ideas  for the program
  34.          and  a BIG BIG log which was very useful against bugs in
  35.          FDcst...
  36.                 
  37.               
  38.           +====================== LICENSE ======================+
  39.           |  This program may be used in non-commercial enviro- |
  40.           |  ments, ONLY. If you want to use it on systems whe- |
  41.           |  re you are working, using it for your business,you |
  42.           |  *MUST* get in touch with the author (me ;-) at the |
  43.           |  fidonet address given in the manual                |
  44.           +=====================================================+
  45.                    Anyway, If you like the program !!!!!!
  46.                           $10 are always welcome...
  47.                               just, NETmail me.
  48.               
  49.               
  50.               
  51.               
  52.               
  53.               
  54.               
  55.               
  56.               
  57.               
  58.               
  59.               
  60.               
  61.  
  62.  
  63.                                - Page 1 -
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.               
  72.               
  73.               INDEX:
  74.               ------
  75.               
  76.               
  77.               
  78.                    - PROGRAM'S HISTORY ......................  3
  79.               
  80.               
  81.               
  82.                    - TARIFFS ................................  4
  83.               
  84.               
  85.               
  86.                    - CONFIGURING TARIFFS with FDCST .........  6
  87.               
  88.               
  89.               
  90.                    - GENERAL CONFIGURATION of FDCST .........  9
  91.               
  92.               
  93.               
  94.                    - APPENDIX ............................... 10
  95.               
  96.               
  97.               
  98.               
  99.               
  100.               
  101.               
  102.               
  103.               
  104.               
  105.               
  106.               
  107.               
  108.               
  109.               
  110.               
  111.               
  112.               
  113.               
  114.               
  115.               
  116.               
  117.               
  118.               
  119.               
  120.               
  121.               
  122.               
  123.               
  124.               
  125.               
  126.               
  127.  
  128.  
  129.                                - Page 2 -
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.               
  138.               1 - BRIEF PROGRAM'S HISTORY
  139.               ---------------------------
  140.               
  141.               This program has been written to justify how much I
  142.          was  really spending on phone with the modem and so, put
  143.          clear  that I was not the only guilty of the phone bill.
  144.          You know,  parents  who  say:  "I'll  brake  that  modem
  145.          and..;-)
  146.               
  147.               It's less  than one  year, by  1989 on  September I
  148.          decided  to write the program encouraged by some Fidonet
  149.          people.. It  was then less than six  months I had an IBM
  150.          compatible, so I was not any expert on DOS programming..
  151.          However,  I knew some pascal from  my old computer, so I
  152.          got Turbo Pascal from Borland  and  wrote  a  couple  of
  153.          versions  of the program until I  now, when I have added
  154.          to the  calls registration, a files  IN/OUT per nodes on
  155.          IN and OUT-bound calls in this, the last version.
  156.               
  157.               If  you already knew FDcst  version 1.07a, you will
  158.          realize  this is quite different about the SETUP and the
  159.          general presentation.  You will  also realize  it's much
  160.          faster and that MANY bugs  have  been  erased  from  the
  161.          source  code... However, we  can never take  out all the
  162.          bugs just because  we  do  not  know  them,  so  if  you
  163.          discover one, please, report it by NETmail.
  164.               
  165.               This  version works with a .SYS file which contains
  166.          the most  part of  the parameters  which FDcst  needs to
  167.          work. That  data is kept  in binary mode,  which is much
  168.          more compact  than the .CFG files  (and faster too!) The
  169.          .CFG  file is kept to hold the BBS' information although
  170.          it will probably be  removed  in  the  next  version  by
  171.          another  binary file. This version  works with LOG files
  172.          generated by FrontDoor versions  1.99b, 1.99c and 2.0.
  173.  
  174.  
  175.  
  176.  
  177.               
  178.               
  179.               
  180.               
  181.               
  182.               
  183.               
  184.               
  185.               
  186.               
  187.               
  188.               
  189.               
  190.               
  191.               
  192.               
  193.  
  194.  
  195.                                - Page 3 -
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.               
  204.               
  205.               2 - HOW DO TARIFFS WORK????
  206.               ---------------------------
  207.               
  208.               If there  is something really  important for FDcst,
  209.          it's the  tariffs concept and working  way... I will try
  210.          to explain it on a simple way:
  211.               
  212.               Let's say that the telephone company charges ALWAYS
  213.          a CONSTANT amount of  money.  This  constant  amount  is
  214.          called STEP.  The step, is actually  in Spain 3'9 (+VAT)
  215.          pesetas. The difference between the cost of a local call
  216.          and  a long distance one is in  the TIME to be charged a
  217.          STEP.  This  depends  on  the  hour  and  the  distance,
  218.          Offcourse! ([tm] Peter Janssens ;-)
  219.               
  220.               Actually,  there  are  three  NATIONAL  tariffs  in
  221.          Spain, which are:
  222.               
  223.               - Urban: calls made  into  the  same  district,  or
  224.          contiguous  districts with their urban area. This means,
  225.          calls  into the same city, town or village. In this type
  226.          of calls, a  STEP is  charged every  180 seconds  on any
  227.          hour of  the day on any  day of the week  on any week in
  228.          any month...
  229.               
  230.               - Inter-urban  of less  than 100  kilometres: calls
  231.          made between two cities which are closer than 100 km. In
  232.          these calls, the intervals  are  not  the  same  in  the
  233.          different hours or days of the week. (see table A) 
  234.               
  235.               - Inter-urban  of more  than 100  kilometres: these
  236.          are the  calls made into Spain  between two cities which
  237.          are  further than 100km. This includes calls to Canarias
  238.          and Baleares from any  place.  The  intervals  are  also
  239.          different depending on the day of the week and the hours
  240.          of the day... (see table B)
  241.               
  242.               
  243.               
  244.                                     TABLE A
  245.               ---------------------------------------------------
  246.                 Init call charge         Tar.1     Tar.2    Tar.3
  247.                    15,60 pts             13'9s     27'1s    9,8s
  248.               ---------------------------------------------------
  249.               
  250.               
  251.               
  252.                                     TABLE B
  253.               ---------------------------------------------------
  254.                  Init call charge        Tar.1     Tar.2    Tar.3
  255.                    15,60 pts              7'8s     15'0s    5'5s
  256.               ---------------------------------------------------
  257.               
  258.               
  259.  
  260.  
  261.                                - Page 4 -
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.               
  270.               
  271.               Tariffs 1,  2 and 3 depend of  the HOUR and the DAY
  272.          as it's explained below:
  273.               
  274.               - Tariff 1:  From Monday  to Friday  from 17  to 22
  275.          hours.
  276.               
  277.                  - Tariff 2: On Sundays and non-working days, and
  278.          on Saturdays from  14 hours,  and the  rest of  the week
  279.          from 22 to 8 hours of the following day.
  280.               
  281.                 - Tariff  3: From Monday  to Friday from  8 to 17
  282.          hours and Saturdays from 8 to 14 hours.
  283.               
  284.               --------------------------------------------------
  285.                Let's have a practical example to make it clear:
  286.               
  287.               EXAMPLE 1:    A call to a system in the  same city:
  288.               ---------     On any time, the cost is the same, we
  289.          will  be charged a STEP every 180 seconds. It means that
  290.          when  we connect, we are charged  3'9 pts until the next
  291.          180 seconds,  when we  will be  charged another  3.9 pts
  292.          (the  value of a single STEP). So, if we connect for ONE
  293.          second,  or we connect for TWO  minutes, the cost is the
  294.          same...
  295.               
  296.               
  297.               EXAMPLE 2:     A call to a system in  another  city
  298.               ---------     city,  placed  less  than  100km  far
  299.          from  us: Now, it's important the day of the week (if it
  300.          is  Sunday or not) and  the hour of the  day. Go and see
  301.          table A. Then you apply the correct interval. And what's
  302.          more:  we are charged  an amount of  money, just because
  303.          the  other system  answered the  phone, JUST  BECAUSE IT
  304.          ANSWERED.  Then, according  to table  A, we  are charged
  305.          15,6  pts. Then, we have to check the HOUR and depending
  306.          on it,  the interval to be charged  a single STEP may be
  307.          from 27'1 seconds to 9'8  seconds.  So  if  we  call  on
  308.          Sunday, whenever  we call, or on  Tuesday after 22 hours
  309.          and before 8, we  will  be  charged  3'9pts  every  27'1
  310.          seconds.
  311.               
  312.               
  313.               EXAMPLE 3:     A NATIONAL call to another system in
  314.               ---------      a place further  than 100km: In this
  315.          case, also, depending  of the  day of  the week  and the
  316.          hour the  price will be different  according to table B.
  317.          And you  will also be  charged another plus  of 15'6 pts
  318.          just when the other system  answers  to  your  call.  It
  319.          works on the same way  than  example  2  but  using  the
  320.          intervals in table B.
  321.               
  322.               
  323.               
  324.               
  325.  
  326.  
  327.                                - Page 5 -
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.               
  336.               TARIFFS IN FDCST v1.13:
  337.               -----------------------
  338.               
  339.               These, are configured  in  the  SETUP  into  FDcst,
  340.          which is the menu  at the  left of  the screen.  All the
  341.          data for this is kept binary form in FDCST.SYS file.
  342.  
  343.                 When we load the program we'll get the main menu:
  344.  
  345.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  346.            ▒▒▒▒▒▒▒▒▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▒▒▒▒▒▒▒▒
  347.            ▒▒▒▒▒▒▒         F D c s t  v 1.13         ▒▒▒▒▒▒▒▒
  348.            ▒▒▒▒▒▒▒     (C) Santiago Crespo 1.990     ▒▒▒▒▒▒▒▒
  349.            ▒▒▒▒▒▒▒ __________________________________▒▒▒▒▒▒▒▒
  350.            ▒▒▒▒▒▒▒                                   ▒▒▒▒▒▒▒▒
  351.            ▒▒▒▒▒▒▒         >   Configure             ▒▒▒▒▒▒▒▒
  352.            ▒▒▒▒▒▒▒              Results              ▒▒▒▒▒▒▒▒
  353.            ▒▒▒▒▒▒▒            Quit to DOS            ▒▒▒▒▒▒▒▒
  354.            ▒▒▒▒▒▒▒                                   ▒▒▒▒▒▒▒▒
  355.            ▒▒▒▒▒▒▒                                   ▒▒▒▒▒▒▒▒
  356.            ▒▒▒▒▒▒▒                                  ▒▒▒▒▒▒▒▒▒
  357.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  358.  
  359.               Once here, we press ENTER when we have selected the
  360.          CONFIGURE option, which is there by default:
  361.  
  362.            ▒▒▒▒▒▒▒▒▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  363.            ▒▒▒▒▒▒▒         F D c s t  v 1.13         ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  364.            ▒▒▒▒▒▒▒     (C) Sa▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▒▒▒▒▒▒
  365.            ▒▒▒▒▒▒▒ _________          F D c s t  v 1.13         ▒▒▒▒▒▒
  366.            ▒▒▒▒▒▒▒                C O N F I G U R A T I O N     ▒▒▒▒▒▒
  367.            ▒▒▒▒▒▒▒        >  ___________________________________▒▒▒▒▒▒
  368.            ▒▒▒▒▒▒▒                                              ▒▒▒▒▒▒
  369.            ▒▒▒▒▒▒▒                >    Tariffication            ▒▒▒▒▒▒
  370.            ▒▒▒▒▒▒▒                     System  Files            ▒▒▒▒▒▒
  371.            ▒▒▒▒▒▒▒                      Miscellanea             ▒▒▒▒▒▒
  372.            ▒▒▒▒▒▒▒                  Store Configuration         ▒▒▒▒▒▒
  373.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒             Main Menu              ▒▒▒▒▒▒
  374.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                                    ▒▒▒▒▒▒
  375.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                                    ▒▒▒▒▒▒
  376.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                                   ▒▒▒▒▒▒▒
  377.            ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  378.  
  379.                 Then, just choose Tariffication SETUP:
  380.  
  381.                                                  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  382.                    >    Tarifficat▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▒▒
  383.                         System  F       F D c s t  v 1.13       ▒▒
  384.                          Miscella      T A R I F F S  setup     ▒▒
  385.                      Store Config ______________________________▒▒
  386.                           Main Me                               ▒▒
  387.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒     >     Step Price          ▒▒
  388.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒       Seconds to CONNECT      ▒▒
  389.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒           Added tax           ▒▒
  390.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒       Number of Tariffs       ▒▒
  391.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒       Tariffs Definition      ▒▒
  392.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒             Return            ▒▒
  393.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                               ▒▒
  394.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                               ▒▒
  395.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒                              ▒▒▒
  396.              ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  397.  
  398.  
  399.               The Step  price is configurable,  offcourse!, so we
  400.          choose  that item  pressing ENTER  over it.  Then, we'll
  401.          write the right  amount for  our telephone  company. (In
  402.          Spain, the value is 3.9).
  403.               
  404.               The  seconds to connect  is the amount  of time (in
  405.          seconds)  which is taken my our modem and the remote one
  406.          to  connect between  them. FroDo  does only  measure the
  407.          time since it receives  the  CONNECT  message  from  the
  408.          modem but the modem itself  takes  some  time  from  the
  409.          answer  of the remote until it sends carrier and finally
  410.          connect. I  think the time between  two v22bis modems it
  411.          is  about  seven  seconds.  Just  try  a  good  clock  a
  412.          calculator and...
  413.               
  414.               The  added tax, means just what it says. In Europe,
  415.          it is usually the  VAT tax.  In Spain  it's about  a 12%
  416.          added to the result of the bill.
  417.               
  418.               
  419.               The  number of tariffs is  exactly that: the number
  420.          of  tariffs established by your telephone company. There
  421.          are three in Spain:  the  normal,  expensive  and  cheap
  422.          ones.
  423.               
  424.               The   Tariffs  Definition  option  creates  another
  425.          window with nine tariffs from T1 to T9. If there are not
  426.          active tariffs they all will appear on dark grey, and in
  427.          grey the  active ones. We  will press the  number of the
  428.          tariff we wanna define. Then it will show another window
  429.          with all the  days in the  week. We will  select one day
  430.          after another until we configure all of them like this:
  431.               
  432.               
  433.               
  434.  
  435.  
  436.                                - Page 6 -
  437.  
  438.  
  439.                 The first window will look like this:
  440.  
  441.      ╒═════════════════╡ Tariffs Definition ╞══════════════════════════════╕
  442.      │ Tariff   Monday Tuesday   Friday  Thursday  Friday  Saturday Sunday │
  443.      │-------------------------------------------------------------------- │
  444.      │   T1       √       √        √         √       √        √       √    │
  445.      │   T2       √       √        √         √       √        √            │
  446.      │   T3       √       √        √         √       √                     │
  447.      │   T4                                                                │
  448.      │   T5                                                                │
  449.      │   T6                                                                │
  450.      │   T7                                                                │
  451.      │   T8                                                                │
  452.      │   T9                                                                │
  453.      │          Tariff to  edit [1..3] (ESC quits) >                       │
  454.      ╘═════════════════════════════════════════════════════════════════════╛
  455.  
  456.               Once here, you select the tariff you'd like  to de-
  457.          fine and the window which will appear will be like this:
  458.  
  459.             │ Tariff   Monday Tuesday   F┌────┤ T1 ├────┐ Friday
  460.             │----------------------------│ 1-Monday     │---------
  461.             │   T1       √       √       │ 2-Tuesday    │   √
  462.             │   T2       √       √       │ 3-Wednesday  │   √
  463.             │   T3       √       √       │ 4-Thursday   │   √
  464.             │   T4                       │ 5-Friday     │
  465.             │   T5                       │ 6-Saturday   │
  466.             │   T6                       │ 7-Sunday     │
  467.             │   T7                       └──────────────┘
  468.             │   T8
  469.  
  470.               Well, we, now, select the number  of the  day to be
  471.          defined and, this will be what we get:
  472.               
  473.               Then,  a new window which  contains numbers from 00
  474.          to 24 (hours) is opened. You will select with the UP and
  475.          DOWN arrow keys and ENTER the hour-status. If there is a
  476.          "*" below  the hour, it  means that FOR  THAT TARIFF and
  477.          THAT DAY, that hour is included in it. So, any call made
  478.          at  that hour on the day of the week we are configuring,
  479.          will be processed using the tariff which we are defining
  480.          now too!!
  481.               
  482.                 And that window is like:
  483.  
  484.     │Tariff   Monday Tuesday   F┌────┤ T1 ├────┐ Friday  Saturday Su
  485.     │----┌──────────────────────────┤ 1 ├──────────────────────────┐
  486.     │  T1│     00  01  02  03  04  05  06  07  08  09  10  11      │
  487.     │  T2│      *   *   *   *   *   *   *   *                      │
  488.     │  T3│     12  13  14  15  16  17  18  19  20  21  22  23      │
  489.     │  T4│                                              *   *      │
  490.     │  T5│                                                         │
  491.     │  T6│                SAVE              ESCAPE                 │
  492.     │  T7│                                                         │
  493.     │  T8└─────────────────────────────────────────────────────────┘
  494.     │  T9
  495.     │         Tariff to  edit [1..3] (ESC quits) >
  496.  
  497.               
  498.               
  499.               
  500.               
  501.               
  502.               
  503.               
  504.               
  505.               
  506.               
  507.                     
  508.               
  509.               
  510.               
  511.               
  512.               
  513.  
  514.  
  515.                                - Page 7 -
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.               GENERAL CONFIGURATION of FDCST v1.13
  524.               ------------------------------------
  525.               
  526.               When  you run the program for  a very first time, a
  527.          window  will appear on the screen asking for the FDcst's
  528.          control  file (FDCST.SYS).  If there  is not  anyone, it
  529.          asks  to create a new one. The data in this file is kept
  530.          in binary mode.  Answering Y or  S it will  create a new
  531.          FDCST.SYS file.
  532.               
  533.               Then, the main menu will be shown. Then press C  to
  534.          configure.  You will start configuring the tariffs as it
  535.          is explained  before  asking  to  your  local  telephone
  536.          company  as I don't know all  the tariffs in the world..
  537.          ;-)
  538.               Once you  have  configured  the  taruffs  you  will
  539.          choose   MISCELLANEOUS,  where   you  will   select  the
  540.          LANGUAJE,  video access  (BIOS or  DIRECT), and the name
  541.          of your system.
  542.               
  543.               The last  thing you can configure  are the names of
  544.          the output files: from printer to the text report files.
  545.               
  546.               ---------------------------------------------------
  547.               
  548.               When we execute the  RESULTS  option,  the  program
  549.          will  read FD's  LOG file,  and when  it finds  a SYSTEM
  550.          which is not defined for FDCST, it will ask us to define
  551.          it. If we do not press any key in 15 seconds, FDCST will
  552.          suppose we do not want to define it. This is very useful
  553.          when  you run FDCST in batch mode using the "-A" or "/A"
  554.          switches.  If we agree to configure it, we will be asked
  555.          the  amount of money we are charged just when CONNECTING
  556.          with the modem (explained in  tariffs).  If  this  is  a
  557.          local call, it may be 0 or whatever it is in your case. 
  558.               
  559.               
  560.               COMMAND LINE' SWITCHES: It is possible to run FDcst
  561.               ---------------------------------   using   command
  562.          line switches. They will alter  in  some  way,  the  way
  563.          FDcst will work:                
  564.               
  565.               BATCH  MODE: [/A]  o  [-A]: You can  run FDcst from
  566.          your BBS's  batch file in  case you want  to delete your
  567.          LOG daily  or whenever. In  this case, there  will be no
  568.          menus. It  will process the LOG  and generate the report
  569.          files.
  570.               
  571.               MONOCHROME  CARD: [-M] o [/M]:  It is supposed that
  572.          FDcst will  detect what  card your  computer has  but in
  573.          some cases, it  can fail or  just, we have  got a colour
  574.          card being used  with  a  monochrome  monitor,  so  we'd
  575.          rather to use  the mono  colours to  be able  of reading
  576.          what the program says.. This is what the switch is for.
  577.               
  578.               
  579.  
  580.  
  581.                                - Page 8 -
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.               BIOS VIDEO: [-B] o [/B]:  It  means  that  we  want
  590.          FDcst  to write to  screen using the  ROM BIOS routines.
  591.          These  routines DO WORK ON ANY  graphic card. It is also
  592.          necessary  for some multitasking  systems. (SEE DESQview
  593.          below). It is much slower than direct screen access but,
  594.          it may be neccessary on some machines.
  595.               
  596.               DIRECT VIDEO: [-D] o  [/D]:  This  method  is  much
  597.          faster  on almost avery case. I have checked it works on
  598.          CGA, EGA, MDA,  MCGA, VGA  and Hercules  graphics cards.
  599.          It  MAY work on others or may not. In that case, use the
  600.          BIOS VIDEO option.
  601.               
  602.               *** DESQview  *** There are no  problems if you use
  603.          FDcst under  DESQview with  DIRECT VIDEO  enabled. FDcst
  604.          will detect where the new screen frame is.
  605.               
  606.               --------------------------------------------------
  607.               
  608.               
  609.               
  610.               
  611.               
  612.               
  613.               
  614.               
  615.               
  616.               
  617.               
  618.               
  619.               
  620.               
  621.               
  622.               
  623.               
  624.               
  625.               
  626.               
  627.               
  628.               
  629.               
  630.               
  631.               
  632.               
  633.               
  634.               
  635.               
  636.               
  637.               
  638.               
  639.               
  640.               
  641.               
  642.               
  643.               
  644.               
  645.  
  646.  
  647.                                - Page 9 -
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.               
  656.               APPENDIX:
  657.               ---------
  658.               
  659.               
  660.                    If  this program is useful for you, do please,
  661.          send me a NETMAIL message.
  662.               
  663.                    This manual has been written thanks to Enrique
  664.          Bossa, who lent me his  computer  to  do  it  as  I  was
  665.          leaving  for my  holidays the  day after  tonight... ;-)
  666.          Have fun and be careful!
  667.               
  668.               
  669.               
  670.               
  671.               
  672.               
  673.               
  674.               
  675.               
  676.               
  677.               
  678.               
  679.               
  680.               
  681.               
  682.               
  683.               
  684.               
  685.               
  686.                                  Santiago Crespo
  687.                              - FidoNet: 2:341/14.102
  688.                              - ProNet : 47:7343/901
  689.               
  690.  
  691.  
  692.  
  693.